Browse Source

Change lettuce test timeouts from 10 seconds to 1 minute.

Shane Kerr 12 years ago
parent
commit
794f240b5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/lettuce/features/terrain/terrain.py

+ 1 - 1
tests/lettuce/features/terrain/terrain.py

@@ -86,7 +86,7 @@ removelist = [
 # If we have waited OUTPUT_WAIT_MAX_INTERVALS times, we will abort with an
 # If we have waited OUTPUT_WAIT_MAX_INTERVALS times, we will abort with an
 # error (so as not to hang indefinitely)
 # error (so as not to hang indefinitely)
 OUTPUT_WAIT_INTERVAL = 0.5
 OUTPUT_WAIT_INTERVAL = 0.5
-OUTPUT_WAIT_MAX_INTERVALS = 20
+OUTPUT_WAIT_MAX_INTERVALS = 120
 
 
 # class that keeps track of one running process and the files
 # class that keeps track of one running process and the files
 # we created for it.
 # we created for it.