Skip to content

Commit b87ec79

Browse files
committed
Increasing timeout to 120mins
1 parent c59da27 commit b87ec79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/1_run_interoperability_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Python requirements
5151
run: pip install --requirement requirements.txt
5252
- name: Run Interoperability script
53-
timeout-minutes: 60
53+
timeout-minutes: 120
5454
run: |
5555
publisher_exe=executables/${{ matrix.publisher }}*shape_main_linux
5656
subscriber_exe=executables/${{ matrix.subscriber }}*shape_main_linux

0 commit comments

Comments
 (0)