Skip to content

Commit

Permalink
makefile: increase conformance timeout
Browse files Browse the repository at this point in the history
increase conformance timeout from `30min` -> `45min`.

[NO NEW TESTS NEEDED]

Signed-off-by: Aditya R <arajan@redhat.com>
  • Loading branch information
flouthoc committed Apr 26, 2023
1 parent 61c8187 commit b505748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -167,7 +167,7 @@ install.runc:

.PHONY: test-conformance
test-conformance:
$(GO_TEST) -v -tags "$(STORAGETAGS) $(SECURITYTAGS)" -cover -timeout 20m ./tests/conformance
$(GO_TEST) -v -tags "$(STORAGETAGS) $(SECURITYTAGS)" -cover -timeout 60m ./tests/conformance

.PHONY: test-integration
test-integration: install.tools
Expand Down

0 comments on commit b505748

Please sign in to comment.