Skip to content

Commit

Permalink
Merge pull request meshery#4677 from Revolyssup/workflowforadapters
Browse files Browse the repository at this point in the history
removed extra sleep time from workflow
  • Loading branch information
Revolyssup authored Nov 26, 2021
2 parents 44a819d + cbaff4a commit 5a9aea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testadapters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ jobs:
run: |
mesheryctl pattern apply -f ./${{ inputs.patternfile_name }}
- name: Sleep for 300 sec
run: sleep 300s
# Wait for sometime to get some logs
- name: Sleep for 30 sec
run: sleep 30s

- name: Check adapter logs
run: |
Expand Down

0 comments on commit 5a9aea8

Please sign in to comment.