Wait a bit more before starting to complain
authorRalf Jung <post@ralfj.de>
Sat, 7 Dec 2013 09:55:56 +0000 (10:55 +0100)
committerRalf Jung <post@ralfj.de>
Sat, 7 Dec 2013 09:55:56 +0000 (10:55 +0100)
statemachine.py

index 4fccee406117750ee33dc074a647e110a35acd31..0fa485abcd7d25a146d578357a3803aa8f1905b6 100644 (file)
@@ -39,7 +39,7 @@ FALLBACK_LEAVE_DELAY_LOCK = 5 # seconds
 
 # StateAboutToOpen constants
 SWITCH_PRAISE_PROBABILITY = 0.5
-ABOUTOPEN_NERVLIST = nervlist_abs2rel([(5, lambda : play_sound("flipswitch")), (10, lambda:play_sound("flipswitch")),\
+ABOUTOPEN_NERVLIST = nervlist_abs2rel([(10, lambda:play_sound("flipswitch")),\
        (20, lambda:play_sound("flipswitch")), (30, lambda:play_sound("flipswitch")), (30, lambda:logger.error("Space open but switch not flipped for 30 seconds")),\
        (40, lambda:play_sound("flipswitch")), (50, lambda:play_sound("flipswitch")), (60, lambda:play_sound("mail_sent")),
        (60, lambda:logger.critical("Space open but switch not flipped for 60 seconds")), (120, lambda:play_sound("mail_sent")),