Skip to content

Commit cd97e44

Browse files
committed
Revert PR-testing changes.
1 parent 40fe86a commit cd97e44

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test-app/assets/app/bootstrap.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ global.__JUnitSaveResults = function (unitTestResults) {
1717
var unitTestFileName = 'android_unit_test_results.xml';
1818
try {
1919
var javaFile = new java.io.File(pathToSdcard, unitTestFileName);
20-
javaFile.mkdirs();
21-
javaFile.createNewFile();
2220

2321
var stream = new java.io.FileOutputStream(javaFile);
2422
var actualEncoding = 'UTF-8';

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 = 11 * 60 * 1000, // 30 minutes timeout
8+
processTimeout = 11 * 60 * 1000, // 11 minutes timeout (empirical constant :))
99
searchInterval = 10000;
1010

1111

0 commit comments

Comments
 (0)