Skip to content

Commit 4d1928c

Browse files
committed
increments timeouts in CI
1 parent fe62677 commit 4d1928c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
command: "/gobra/dh/verify-core-assumptions.sh"
8989
- name: "Verify DH core assumptions bugs"
9090
command: "/gobra/dh/verify-core-assumptions-bug.sh"
91-
timeout-minutes: 10
91+
timeout-minutes: 20
9292
steps:
9393
- name: Download artifact
9494
uses: actions/download-artifact@v4
@@ -132,7 +132,7 @@ jobs:
132132
command: "/gobra/ssm-agent/verify-core-assumptions.sh"
133133
- name: "Verify SSM Agent core assumptions bugs"
134134
command: "/gobra/ssm-agent/verify-core-assumptions-bug.sh"
135-
timeout-minutes: 20
135+
timeout-minutes: 30
136136
steps:
137137
- name: Download artifact
138138
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)