fix bad space in test.sh preventing tests from running

and up launch timeout a bit
This commit is contained in:
Jonathan Lipps
2014-02-21 15:22:56 -08:00
parent 5a52db6fe5
commit c60dfc59a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ if $ios6_only || $ios_only || $all_tests; then
else
echo "Did not find /Applications/Xcode-6.1.app, using default"
fi
DEVICE=ios6 time $appium_mocha -g '@skip-ios6|@skip-ios-all' -i \
DEVICE=ios6 time $appium_mocha -g '@skip-ios6|@skip-ios-all' -i \
test/functional/common \
test/functional/ios
fi
+1 -1
View File
@@ -22,7 +22,7 @@ if (env.SAUCE) {
env.MOCHA_TIMEOUT = parseInt(process.env.MOCHA_TIMEOUT || 500000, 10);
}
env.LAUNCH_TIMEOUT = parseInt(process.env.LAUNCH_TIMEOUT || 15000, 10);
env.LAUNCH_TIMEOUT = parseInt(process.env.LAUNCH_TIMEOUT || 20000, 10);
env.VERBOSE = process.env.VERBOSE;
env.ISOLATED_TESTS = process.env.ISOLATED_TESTS;
env.FAST_TESTS = !env.ISOLATED_TESTS;