Skip to content

Commit

Permalink
fix: revert sleep timer increase
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed Feb 6, 2022
1 parent 4477b62 commit d7c1c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
ram-size: 8192M
script: |
yarn run-example-android
sleep 30
sleep 15
adb shell 'echo "chrome --disable-fre --no-default-browser-check --no-first-run" > /data/local/tmp/chrome-command-line'
adb shell am set-debug-app --persistent com.android.chrome
yarn test:android
Expand Down

0 comments on commit d7c1c4c

Please sign in to comment.