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` -> `60min`.

[NO NEW TESTS NEEDED]

Signed-off-by: Aditya R <arajan@redhat.com>
  • Loading branch information
flouthoc committed Apr 26, 2023
1 parent 61c8187 commit 09cccb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -192,7 +192,7 @@ conformance_task:
gce_instance:
image_name: "${DEBIAN_CACHE_IMAGE_NAME}"

timeout_in: 25m
timeout_in: 60m

matrix:
- env:
Expand Down
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 09cccb3

Please sign in to comment.