Commit 0952197d authored by muyangli's avatar muyangli
Browse files

make sure the timeout is long enough

parent 2ea0c3d6
...@@ -89,7 +89,7 @@ jobs: ...@@ -89,7 +89,7 @@ jobs:
test-flux-other: test-flux-other:
needs: build needs: build
runs-on: self-hosted runs-on: self-hosted
timeout-minutes: 60 timeout-minutes: 90
if: ${{ github.event_name != 'issue_comment' || needs.check-comment.outputs.should_run == 'true' }} if: ${{ github.event_name != 'issue_comment' || needs.check-comment.outputs.should_run == 'true' }}
steps: steps:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment