Skip to content

Commit

Permalink
Make first example of running e2e tests include longer timeout ⏱️
Browse files Browse the repository at this point in the history
I foolishly tried to use the example at the top of the test README when
I was trying to run the timeout tests (for the tektoncd#731 investigation) and I
was sad when it failed b/c the default timeout was too short. This is
the timeout we are using when running CI anyway!
  • Loading branch information
bobcatfish authored and wlynch committed May 20, 2019
1 parent ea40495 commit 41c96f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ko apply -f ./config/
go test ./...

# Integration tests (against your current kube cluster)
go test -v -count=1 -tags=e2e ./test
go test -v -count=1 -tags=e2e -timeout=20m ./test
```

## Unit tests
Expand Down

0 comments on commit 41c96f4

Please sign in to comment.