We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c1cdf commit e71b034Copy full SHA for e71b034
test-app/tools/try_to_find_test_result_file.js
@@ -10,7 +10,7 @@ var
10
processTimeout = 20 * 60 * 1000, // 20 minutes timeout (empirical constant :))
11
searchInterval = 10 * 1000;
12
13
-searchForFile("", getFile);
+searchForFile("empty", getFile);
14
15
var runOnDeviceOrEmulator = process.argv[2];
16
0 commit comments