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 cb749b6 commit 0554f7eCopy full SHA for 0554f7e
.github/workflows/compilation_on_sgx.yml
@@ -289,12 +289,11 @@ jobs:
289
- name: run spec tests with retry
290
uses: nick-fields/retry@v3
291
with:
292
- timeout_minutes: 5
+ command: |
293
+ cd ./tests/wamr-test-suites
294
+ && source /opt/intel/sgxsdk/environment
295
+ && ./test_wamr.sh ${{ matrix.test_option }} -t ${{ matrix.running_mode }}
296
max_attempts: 3
297
+ retry_on: error
298
shell: bash
- command: |
- source /opt/intel/sgxsdk/environment
- ./test_wamr.sh ${{ matrix.test_option }} -t ${{ matrix.running_mode }}
- retry_on_exit_code: 143
299
- working-directory: ./tests/wamr-test-suites
300
-
+ timeout_minutes: 10
0 commit comments