BIND 10 master, updated. 794f240b5c6d6da7907f6efab5824658edf26fa6 Change lettuce test timeouts from 10 seconds to 1 minute.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 30 10:27:42 UTC 2013


The branch, master has been updated
       via  794f240b5c6d6da7907f6efab5824658edf26fa6 (commit)
      from  5351989c3736c027df8f164ee257feb6d51f9b72 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 794f240b5c6d6da7907f6efab5824658edf26fa6
Author: Shane Kerr <shane at isc.org>
Date:   Wed Jan 30 11:27:16 2013 +0100

    Change lettuce test timeouts from 10 seconds to 1 minute.

-----------------------------------------------------------------------

Summary of changes:
 tests/lettuce/features/terrain/terrain.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/terrain/terrain.py b/tests/lettuce/features/terrain/terrain.py
index 4f48e3f..ce7426b 100644
--- a/tests/lettuce/features/terrain/terrain.py
+++ b/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
 # error (so as not to hang indefinitely)
 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
 # we created for it.



More information about the bind10-changes mailing list