We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d66b90 commit b93a85aCopy full SHA for b93a85a
test-app/try_to_find_test_result_file.js
@@ -5,7 +5,7 @@ var sys = require('sys'),
5
6
isTimeToExit = false,
7
8
- processTimeout = 700000,
+ processTimeout = 30 * 60 * 1000, // 30 minutes timeout
9
searchInterval = 10000;
10
11
0 commit comments