Skip to content

Commit 5bef14a

Browse files
ci(tests): increase step timeout (#1055)
Looks like for the provider tests, the 5 minutes timeout is no longer enough, we tend to finish just over 5 minutes, increasing the timeout to 8 minutes for now. We should investigate to see any performance improvement we can do here, but i want atleast keep the test running for now. <img width="903" height="211" alt="Screenshot 2026-06-17 at 12 53 27 pm" src="https://github.com/user-attachments/assets/48b9ab18-82bb-47d7-9aa3-45a1e91d81a3" />
1 parent 14fb885 commit 5bef14a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull-request-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
ci-test-provider-evm:
106106
name: Chain Tests - EVM
107107
runs-on: ubuntu-latest
108-
timeout-minutes: 5
108+
timeout-minutes: 8
109109
permissions:
110110
id-token: write
111111
contents: read
@@ -202,7 +202,7 @@ jobs:
202202
ci-test-provider-ton:
203203
name: Chain Tests - TON
204204
runs-on: ubuntu-latest
205-
timeout-minutes: 5
205+
timeout-minutes: 8
206206
permissions:
207207
id-token: write
208208
contents: read
@@ -221,7 +221,7 @@ jobs:
221221
ci-test-provider-tron:
222222
name: Chain Tests - TRON
223223
runs-on: ubuntu-latest
224-
timeout-minutes: 5
224+
timeout-minutes: 8
225225
permissions:
226226
id-token: write
227227
contents: read

0 commit comments

Comments
 (0)