Skip to content

Commit

Permalink
Double the timeout on integration tests to help prevent timeouts wher…
Browse files Browse the repository at this point in the history
…e they otherwise wouldn't (#2422)
  • Loading branch information
LikeLakers2 authored Jun 26, 2024
1 parent 3b70895 commit 7f85f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
run_integration_tests:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 30 # Monkestation edit: Our CI takes nearly twice as long, so the timeout is twice as long
services:
mysql:
image: mysql:latest
Expand Down

0 comments on commit 7f85f10

Please sign in to comment.