Skip to content

Commit

Permalink
more time
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Mar 4, 2024
1 parent a8e18f6 commit 09b29aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/e2e/postgres/qrep_flow_pg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ func (s PeerFlowE2ETestSuitePG) Test_Pause() {
env := e2e.RunQrepFlowWorkflow(tc, config)
e2e.SignalWorkflow(env, model.FlowSignal, model.PauseSignal)

e2e.EnvWaitFor(s.t, env, time.Minute, "pausing", func() bool {
e2e.EnvWaitFor(s.t, env, 3*time.Minute, "pausing", func() bool {
response, err := env.Query(shared.QRepFlowStateQuery)
if err != nil {
s.t.Log(err)
Expand Down

0 comments on commit 09b29aa

Please sign in to comment.