Skip to content

Commit 0405d1f

Browse files
authored
ci: increase multi-OS test timeout from 10 minutes to 15 minutes (#1637)
The ddtrace/tracer tests take longer than 10 minutes to run on the GitHub Windows runners. Since 10 minutes is the default Go test timeout, that means the tests are now failing to complete. Increase the timeout to 15 minutes to give more headroom until we can figure out why the tests are taking so long.
1 parent a76b1cb commit 0405d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multios-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
shell: bash
4343
run: |
4444
go list ./... | grep -v -e grpc.v12 -e google.golang.org/api -e sarama -e confluent-kafka-go -e cmemprof | sort >packages.txt
45-
gotestsum --junitfile ${REPORT} -- $(cat packages.txt) -v -coverprofile=coverage.txt -covermode=atomic
45+
gotestsum --junitfile ${REPORT} -- $(cat packages.txt) -v -coverprofile=coverage.txt -covermode=atomic -timeout=15m
4646
4747
- name: Upload the results to Datadog CI App
4848
if: always()

0 commit comments

Comments
 (0)