Skip to content

Commit

Permalink
increase publish census context deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Jun 18, 2024
1 parent f563c81 commit 6b7300a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
const (
// censuses
getCensusTimeout = time.Second * 10
createAndPublishCensusTimeout = time.Minute * 10
createAndPublishCensusTimeout = time.Minute * 20
publishCensusTimeout = time.Minute * 5
enqueueCensusCreationTimeout = time.Second * 10
getStrategyCensusesTimeout = time.Second * 10
Expand Down

0 comments on commit 6b7300a

Please sign in to comment.