Skip to content

Commit

Permalink
increase waiting time to prevent failure
Browse files Browse the repository at this point in the history
  • Loading branch information
idbeta committed Dec 2, 2020
1 parent 66ca482 commit 8e65c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/test/e2e/consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func TestConsumer_with_key_auth(t *testing.T) {
Path: "/hello",
ExpectStatus: http.StatusUnauthorized,
ExpectBody: "Missing API key found in request",
Sleep: sleepTime,
Sleep: sleepTime * 2,
},
{
caseDesc: "create consumer",
Expand Down

0 comments on commit 8e65c7f

Please sign in to comment.