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

chore: Revert "chore: Added 60s sleep between start e2e and test e2e,increased test …" #531

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "chore: Added 60s sleep between start e2e and test e2e,increas…
…ed test e2e timeout (#529)"

This reverts commit ff438c4.
  • Loading branch information
rishabh625 committed Mar 5, 2022
commit 930fd85331963fd44b64cc21c8d9391cd318b737
3 changes: 1 addition & 2 deletions .github/workflows/cron-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ jobs:
"hack/ci-e2e-setup.sh"

- name: Run E2E tests
timeout-minutes: 25
timeout-minutes: 20
run: |
sleep 60s
cd "$GITHUB_WORKSPACE/applicationset"
"hack/ci-e2e-run.sh"

Expand Down