Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Remove timeout minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
baluchicken committed Mar 4, 2024
1 parent c60dac7 commit 9f34216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/smoketest/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ runs:
steps:
- name: Run smoke tests
working-directory: camblet-driver
timeout-minutes: 1
run: |
touch /tmp/camblet.log /tmp/file-server.log /tmp/python.log
echo "Run processes"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ jobs:
# limit-access-to-actor: true

- name: Run proxy-wasm smoke test
uses: ./camblet-driver/.github/actions/smoketest
uses: ./camblet-driver/.github/actions/smoketest
timeout-minutes: 1

0 comments on commit 9f34216

Please sign in to comment.