Skip to content

Commit

Permalink
chore: update TLS test
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Oct 9, 2023
1 parent f282b6a commit 9c93d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tls/query_tls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func Test_ListQueriesProto(t *testing.T) {
)
assert.NoError(t, err)

time.Sleep(time.Second)
time.Sleep(time.Second * 2)

v, err := s.Client.QueryWorkflow(context.Background(), w.GetID(), w.GetRunID(), "error", -1)
assert.Nil(t, v)
Expand All @@ -45,7 +45,7 @@ func Test_ListQueriesProto(t *testing.T) {

worker.PurgeStickyWorkflowCache()

time.Sleep(time.Millisecond * 500)
time.Sleep(time.Second)

workers := getWorkers(t)

Expand Down

0 comments on commit 9c93d69

Please sign in to comment.