Skip to content

Commit 9045f1c

Browse files
authored
Increase the timeout for the Porch e2e tests (#3669)
1 parent 9dd01cd commit 9045f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/porch-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
fi
9696
done
9797
- name: e2e test
98-
run: E2E=1 go test -v .
98+
run: E2E=1 go test -v -timeout 20m .
9999
working-directory: ./porch/test/e2e
100100
- name: Porch CLI e2e test
101101
run: make test-porch

0 commit comments

Comments
 (0)