Skip to content

Commit

Permalink
Increase the timeout for the Porch e2e tests (#3669)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortent committed Nov 29, 2022
1 parent 9dd01cd commit 9045f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/porch-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
fi
done
- name: e2e test
run: E2E=1 go test -v .
run: E2E=1 go test -v -timeout 20m .
working-directory: ./porch/test/e2e
- name: Porch CLI e2e test
run: make test-porch

0 comments on commit 9045f1c

Please sign in to comment.