diff options
Diffstat (limited to 'tools/testcase1.py')
-rwxr-xr-x | tools/testcase1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testcase1.py b/tools/testcase1.py index 98b9179..885c24d 100755 --- a/tools/testcase1.py +++ b/tools/testcase1.py @@ -156,7 +156,7 @@ def merge(): return subprocess.call([toolsdir + "/merge", "--config", testdir + "/catlfish-test.cfg", "--localconfig", testdir + "/catlfish-test-local-merge.cfg"]) else: - n = 60 + n = 40 print "testcase1.py: sleeping", n, "seconds waiting for merge" sleep(n) return 0 |