Skip to content

Commit f28ca53

Browse files
author
Mihail Slavchev
committed
increate timeout
1 parent e3dcb72 commit f28ca53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/tasks/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
55

66
isTimeToExit = false,
77

8-
processTimeout = 11 * 60 * 1000, // 11 minutes timeout (empirical constant :))
8+
processTimeout = 20 * 60 * 1000, // 20 minutes timeout (empirical constant :))
99
searchInterval = 10000;
1010

1111
searchForFile("", getFile);

0 commit comments

Comments
 (0)