Skip to content

Commit

Permalink
ci: increase timeout to 10min
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed Apr 26, 2024
1 parent 64f4d34 commit 9b983d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upgrade-assure/upgrade-assure.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func main() {
rootCmd.PersistentFlags().String(flagBroadcastMode, "sync", "broadcast mode")
rootCmd.PersistentFlags().String(flagDbEngine, "pebbledb", "database engine to use")

rootCmd.PersistentFlags().Int(flagTimeOutToWaitForService, 240, "set the maximum timeout in (seconds) to wait for the node starting")
rootCmd.PersistentFlags().Int(flagTimeOutToWaitForService, 600, "set the maximum timeout in (seconds) to wait for the node starting")
rootCmd.PersistentFlags().Int(flagTimeOutNextBlock, 5, "set the maximum timeout in (minutes) to wait for the next block")
// node 1 flags
rootCmd.PersistentFlags().String(flagHome, homeEnv+"/.elys", "home directory")
Expand Down

0 comments on commit 9b983d1

Please sign in to comment.