Skip to content

Commit 05793e7

Browse files
authored
Merge pull request #519 from rsksmart/marcos-iov-patch-1
Set RIT timeout value to 45 minutes
2 parents 6e1677c + 270746c commit 05793e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
rootstock-integration-tests:
2323
name: Rootstock Integration Tests
2424
runs-on: ubuntu-latest
25-
timeout-minutes: 120
25+
timeout-minutes: 45
2626
steps:
2727
- name: Checkout Repository # Step needed to access the PR description using github CLI
2828
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0

0 commit comments

Comments
 (0)