We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2475b26 commit 5cae5daCopy full SHA for 5cae5da
.github/workflows/ci.yml
@@ -389,6 +389,8 @@ jobs:
389
target: google_apis
390
emulator-boot-timeout: 1200
391
script: |
392
+ # Sync emulator clock with host to avoid timestamp assertion failures
393
+ adb shell cmd alarm set-time $(date +%s000) || adb shell su root date $(date -u +%m%d%H%M%Y.%S)
394
pip install --upgrade --requirement tests/requirements.txt
395
pytest --capture=no --verbose tests
396
0 commit comments