We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f6044 commit b53f9d5Copy full SHA for b53f9d5
tests/integration/integrate_test.sh
@@ -4,5 +4,6 @@
4
# of patent rights can be found in the PATENTS file in the same directory.
5
6
go mod tidy
7
-go test -run=TestPikaWithCache -timeout 30m
8
-go test -run=TestPikaWithoutCache -timeout 30m
+ginkgo --dry-run -v |grep -E -v "\[[0-9]+\.[0-9]+ seconds]"
+go test -run=TestPikaWithCache -timeout 60m
9
+go test -run=TestPikaWithoutCache -timeout 60m
0 commit comments