We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe62677 commit 4d1928cCopy full SHA for 4d1928c
.github/workflows/artifact.yml
@@ -88,7 +88,7 @@ jobs:
88
command: "/gobra/dh/verify-core-assumptions.sh"
89
- name: "Verify DH core assumptions bugs"
90
command: "/gobra/dh/verify-core-assumptions-bug.sh"
91
- timeout-minutes: 10
+ timeout-minutes: 20
92
steps:
93
- name: Download artifact
94
uses: actions/download-artifact@v4
@@ -132,7 +132,7 @@ jobs:
132
command: "/gobra/ssm-agent/verify-core-assumptions.sh"
133
- name: "Verify SSM Agent core assumptions bugs"
134
command: "/gobra/ssm-agent/verify-core-assumptions-bug.sh"
135
- timeout-minutes: 20
+ timeout-minutes: 30
136
137
138
0 commit comments