Skip to content

Commit 03bf817

Browse files
committed
Increase timeout for github workflow
The workflow is exceeding 30 minutes now when there aren't any cache hits. Signed-off-by: J Robert Ray <jrray@jrray.org>
1 parent 488001e commit 03bf817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
build-and-test:
1212
runs-on: ubuntu-latest
13-
timeout-minutes: 30
13+
timeout-minutes: 45
1414
container:
1515
image: rust:1.70.0
1616
options: --security-opt seccomp=unconfined --privileged

0 commit comments

Comments
 (0)