Skip to content

Commit

Permalink
increase orchestration test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
johningve committed Aug 22, 2022
1 parent d5a1dcb commit 9496d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/orchestration/orchestration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestOrchestration(t *testing.T) {
LeaderRotation: "round-robin",
Modules: mods,
},
Duration: 1 * time.Second,
Duration: 5 * time.Second,
Hosts: map[string]orchestration.RemoteWorker{"127.0.0.1": workerProxy},
}

Expand Down Expand Up @@ -113,7 +113,7 @@ func TestDeployment(t *testing.T) {
Crypto: "ecdsa",
LeaderRotation: "round-robin",
},
Duration: 1 * time.Second,
Duration: 10 * time.Second,
Hosts: make(map[string]orchestration.RemoteWorker),
}

Expand Down

0 comments on commit 9496d7e

Please sign in to comment.