mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Attempt fixing the slow run by changing the main page and removing the noskin in the emulator. Time the expect run
This commit is contained in:
@@ -13,7 +13,8 @@ cd $workingdir
|
||||
|
||||
echo "------------------------------------------------"
|
||||
echo "Starting the emulator..."
|
||||
time emulator -avd Api19 -no-skin -no-audio & # -gpu on
|
||||
#time emulator -avd Api19 -no-skin -no-audio & # -gpu on
|
||||
time emulator -avd Api19 -no-audio & # -gpu on
|
||||
#emulator -avd Api19 -no-skin -no-audio -no-window &
|
||||
|
||||
echo "------------------------------------------------"
|
||||
@@ -66,4 +67,4 @@ cd $startdir
|
||||
|
||||
echo "------------------------------------------------"
|
||||
echo "Waiting for the tests to finish executing..."
|
||||
./expect.exp
|
||||
time ./expect.exp
|
||||
|
||||
Reference in New Issue
Block a user