Skip to content

Commit 3b679ee

Browse files
Set MaxRuntime to 25s. (#48)
1 parent acac33d commit 3b679ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/throughput1/spec/spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const (
3333
UploadPath = "/throughput/v1/upload"
3434

3535
// MaxRuntime is the maximum runtime of a subtest.
36-
MaxRuntime = 15 * time.Second
36+
MaxRuntime = 25 * time.Second
3737

3838
// SecWebSocketProtocol is the value of the Sec-WebSocket-Protocol header.
3939
SecWebSocketProtocol = "net.measurementlab.throughput.v1"

0 commit comments

Comments
 (0)