Skip to content

Commit b93a85a

Browse files
committed
Increase the timeout to 30 minutes
1 parent 7d66b90 commit b93a85a

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 = 700000,
8+
processTimeout = 30 * 60 * 1000, // 30 minutes timeout
99
searchInterval = 10000;
1010

1111

0 commit comments

Comments
 (0)