Skip to content

Commit

Permalink
Bump test timeout to 20 minutes
Browse files Browse the repository at this point in the history
I was running into what looks like a timeout.
  • Loading branch information
alexlarsson committed Nov 7, 2023
1 parent 006f3d1 commit 83debe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
DEBIAN_FRONTEND: noninteractive
TESTS_TIMEOUT: 10 # in minutes
TESTS_TIMEOUT: 20 # in minutes

jobs:
check:
Expand Down

0 comments on commit 83debe3

Please sign in to comment.