Skip to content

Commit

Permalink
increase sleep
Browse files Browse the repository at this point in the history
Signed-off-by: Amir Malka <amirm@armosec.io>
  • Loading branch information
amirmalka committed Mar 7, 2024
1 parent c663cc1 commit 91a573e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/synchronizer_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ func TestSynchronizer_TC12(t *testing.T) {
}, messaging.MsgPropEventValueReconciliationRequestMessage, data)
assert.NoError(t, err)

time.Sleep(10 * time.Second)
time.Sleep(30 * time.Second)

// check that object is back in postgres
_ = waitForObjectInPostgres(t, td, account, clusterName, kind, namespace, name)
Expand Down

0 comments on commit 91a573e

Please sign in to comment.