Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Agrawal <[email protected]>
  • Loading branch information
lezzago committed Mar 8, 2022
1 parent 987200f commit dd8d3ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class SecureMonitorRestApiIT : AlertingRestTestCase() {
if (userClient == null) {
createUser(user, user, arrayOf())
userClient = SecureRestClientBuilder(clusterHosts.toTypedArray(), isHttps(), user, user).setSocketTimeout(60000).build()
Thread.sleep(1000)
Thread.sleep(5000)
}
}

Expand All @@ -84,7 +84,7 @@ class SecureMonitorRestApiIT : AlertingRestTestCase() {

userClient?.close()
deleteUser(user)
Thread.sleep(1000)
Thread.sleep(5000)
}

// Create Monitor related security tests
Expand Down

0 comments on commit dd8d3ac

Please sign in to comment.