Skip to content

Commit 0ce3b48

Browse files
committed
Increase Makefile test timeout to 10 minutes
We have a number of Evergreen tests that timeout and fail; perhaps giving them longer will let them succeed. Change-Id: Id623338e57a057bd45bdfc8d9498dcd0644263a7
1 parent cf93994 commit 0ce3b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CORE_TEST_PKGS = $(shell ./etc/find_pkgs.sh ./core _test)
77
PKGS = $(BSON_PKGS) $(MONGO_PKGS) $(CORE_PKGS)
88
TEST_PKGS = $(BSON_TEST_PKGS) $(MONGO_TEST_PKGS) $(CORE_TEST_PKGS)
99

10-
TEST_TIMEOUT = 300
10+
TEST_TIMEOUT = 600
1111

1212
.PHONY: default
1313
default: check-fmt vet build-examples lint errcheck test-cover test-race

0 commit comments

Comments
 (0)