Skip to content

Commit

Permalink
Increase sleep time on remote inference integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
  • Loading branch information
ryanbogan authored and Zhangxunmt committed Jul 13, 2023
1 parent 848385f commit 282ef92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class RestMLRemoteInferenceIT extends MLCommonsRestTestCase {
@Before
public void setup() throws IOException, InterruptedException {
disableClusterConnectorAccessControl();
Thread.sleep(10000);
Thread.sleep(20000);
}

public void testCreateConnector() throws IOException {
Expand Down

0 comments on commit 282ef92

Please sign in to comment.