Skip to content

Commit 5e85d29

Browse files
author
Anup Chenthamarakshan
committed
Now that we're sending out larger files, give artifact store some more time to collect all logs.
Summary: I wish there was a way to report metrics on how long each jobstep spent in this reporter (at least the blocked time after test completion) Test Plan: None Reviewers: kylec Reviewed By: kylec Subscribers: changesbot, nate Differential Revision: https://tails.corp.dropbox.com/D148154
1 parent f296296 commit 5e85d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reporter/artifactstore/reporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var (
3131
discardErrors bool
3232
)
3333

34-
const DefaultDeadline time.Duration = 15 * time.Second
34+
const DefaultDeadline time.Duration = 30 * time.Second
3535

3636
// Reporter instance to interact with artifact store API to post console logs and artifact files to
3737
// the artifact store. It uses the artifact store client to perform most operations.

0 commit comments

Comments
 (0)