mirror of
https://github.com/appium/appium.git
synced 2026-05-03 17:00:32 -05:00
fix bad space in test.sh preventing tests from running
and up launch timeout a bit
This commit is contained in:
+1
-1
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user