Skip to content

Commit

Permalink
Update wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 authored Nov 13, 2023
1 parent 7a1ac4d commit d99ff34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public void waitForSeconds(int seconds) throws InterruptedException {

@Then("I wait for api deployment")
public void waitAPIDeployment() throws InterruptedException {
waitForSeconds(10);
waitForSeconds(30);
}

@Then("the response headers contains key {string} and value {string}")
Expand Down

0 comments on commit d99ff34

Please sign in to comment.