Skip to content

Commit

Permalink
Increase RemoteExecutionTest sdk start timeout, caused flaky failure. (
Browse files Browse the repository at this point in the history
  • Loading branch information
scwhittle authored Oct 24, 2024
1 parent d8c3ede commit 135a5be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public void launchSdkHarness(PipelineOptions options) throws Exception {
}
});
InstructionRequestHandler controlClient =
clientPool.getSource().take(WORKER_ID, java.time.Duration.ofSeconds(2));
clientPool.getSource().take(WORKER_ID, java.time.Duration.ofSeconds(10));
this.controlClient = SdkHarnessClient.usingFnApiClient(controlClient, dataServer.getService());
}

Expand Down

0 comments on commit 135a5be

Please sign in to comment.