Skip to content

Commit

Permalink
increase timeout to 2min
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 5, 2024
1 parent 3b17f88 commit 1e2c631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
needs: build

env:
MAESTRO_DRIVER_STARTUP_TIMEOUT: 60000
MAESTRO_DRIVER_STARTUP_TIMEOUT: 120000 # 120s

steps:
- name: Clone repository (only needed for the e2e directory)
Expand Down

0 comments on commit 1e2c631

Please sign in to comment.