Skip to content

Commit

Permalink
more time for calibrate (#3188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdchang authored Mar 27, 2024
1 parent 6a142b2 commit 20328f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ const chartProxy = chartActionsProxy(props.node, (state: CalibrationOperationSta
const poller = new Poller();
const pollResult = async (runId: string) => {
poller
.setInterval(3000)
.setThreshold(300)
.setInterval(4000)
.setThreshold(350)
.setPollAction(async () => pollAction(runId));
const pollerResults = await poller.start();
let state = _.cloneDeep(props.node.state);
Expand Down

0 comments on commit 20328f7

Please sign in to comment.