Skip to content

Commit

Permalink
Bump Artemis timeout. (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Feb 6, 2024
1 parent e70d8e9 commit b039576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/synchronize.toit
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class SynchronizeJob extends TaskJob:
// time waiting for network operations. These can be
// quite slow in particular for cellular networks, so
// these settings may have to be tweaked.
static TIMEOUT-NETWORK-OPEN ::= Duration --m=2
static TIMEOUT-NETWORK-OPEN ::= Duration --m=5
static TIMEOUT-NETWORK-QUARANTINE ::= Duration --s=10
static TIMEOUT-NETWORK-CLOSE ::= Duration --s=30

Expand Down

0 comments on commit b039576

Please sign in to comment.