Skip to content

Commit 40fe86a

Browse files
committed
Reduce timeout
1 parent b93a85a commit 40fe86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/try_to_find_test_result_file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var sys = require('sys'),
55

66
isTimeToExit = false,
77

8-
processTimeout = 30 * 60 * 1000, // 30 minutes timeout
8+
processTimeout = 11 * 60 * 1000, // 30 minutes timeout
99
searchInterval = 10000;
1010

1111

0 commit comments

Comments
 (0)