We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59da27 commit b87ec79Copy full SHA for b87ec79
.github/workflows/1_run_interoperability_tests.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Install Python requirements
51
run: pip install --requirement requirements.txt
52
- name: Run Interoperability script
53
- timeout-minutes: 60
+ timeout-minutes: 120
54
run: |
55
publisher_exe=executables/${{ matrix.publisher }}*shape_main_linux
56
subscriber_exe=executables/${{ matrix.subscriber }}*shape_main_linux
0 commit comments