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 e3dcb72 commit f28ca53Copy full SHA for f28ca53
1 file changed
test-app/tasks/try_to_find_test_result_file.js
@@ -5,7 +5,7 @@ var
5
6
isTimeToExit = false,
7
8
- processTimeout = 11 * 60 * 1000, // 11 minutes timeout (empirical constant :))
+ processTimeout = 20 * 60 * 1000, // 20 minutes timeout (empirical constant :))
9
searchInterval = 10000;
10
11
searchForFile("", getFile);
0 commit comments