Skip to content

Commit c29d156

Browse files
committed
Use singular timeout value for GH workflow
1 parent b632a0f commit c29d156

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/artifact.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -93,23 +93,17 @@ jobs:
9393
include:
9494
- name: "Verify DH protocol model"
9595
command: "/gobra/dh/verify-model.sh"
96-
timeout-minutes: 3
9796
- name: "Verify DH core"
9897
command: "/gobra/dh/verify-core.sh"
99-
timeout-minutes: 5
10098
- name: "Verify DH I/O independence"
10199
command: "/gobra/dh/verify-io-independence.sh"
102-
timeout-minutes: 3
103100
- name: "Verify DH I/O independence bugs"
104101
command: "/gobra/dh/verify-io-independence-bug.sh"
105-
timeout-minutes: 3
106102
- name: "Verify DH core assumptions"
107103
command: "/gobra/dh/verify-core-assumptions.sh"
108-
timeout-minutes: 3
109104
- name: "Verify DH core assumptions bugs"
110105
command: "/gobra/dh/verify-core-assumptions-bug.sh"
111-
timeout-minutes: 3
112-
timeout-minutes: ${{ matrix.timeout-minutes }}
106+
timeout-minutes: 5
113107
steps:
114108
- name: Download artifact
115109
uses: actions/download-artifact@v4
@@ -143,23 +137,17 @@ jobs:
143137
include:
144138
- name: "Verify SSM Agent protocol model"
145139
command: "/gobra/ssm-agent/verify-model.sh"
146-
timeout-minutes: 15
147140
- name: "Verify SSM Agent core"
148141
command: "/gobra/ssm-agent/verify-core.sh"
149-
timeout-minutes: 15
150142
- name: "Verify SSM Agent I/O independence"
151143
command: "/gobra/ssm-agent/verify-io-independence.sh"
152-
timeout-minutes: 10
153144
- name: "Verify SSM Agent I/O independence bugs"
154145
command: "/gobra/ssm-agent/verify-io-independence-bug.sh"
155-
timeout-minutes: 10
156146
- name: "Verify SSM Agent core assumptions"
157147
command: "/gobra/ssm-agent/verify-core-assumptions.sh"
158-
timeout-minutes: 10
159148
- name: "Verify SSM Agent core assumptions bugs"
160149
command: "/gobra/ssm-agent/verify-core-assumptions-bug.sh"
161-
timeout-minutes: 10
162-
timeout-minutes: ${{ matrix.timeout-minutes }}
150+
timeout-minutes: 15
163151
steps:
164152
- name: Download artifact
165153
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)