Skip to content

Commit

Permalink
bump timeout again
Browse files Browse the repository at this point in the history
  • Loading branch information
lyoshenka committed Aug 15, 2018
1 parent 44cf4d0 commit 391f983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/reflector.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func reflectorCmd(cmd *cobra.Command, args []string) {
s3 := store.NewS3BlobStore(globalConfig.AwsID, globalConfig.AwsSecret, globalConfig.BucketRegion, globalConfig.BucketName)
combo := store.NewDBBackedS3Store(s3, db)
reflectorServer := reflector.NewServer(combo)
reflectorServer.Timeout = 10 * time.Second
reflectorServer.Timeout = 15 * time.Second
err = reflectorServer.Start(":" + strconv.Itoa(reflector.DefaultPort))
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 391f983

Please sign in to comment.