Skip to content

Commit

Permalink
Increase evaluation test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Jun 8, 2023
1 parent 8d74b71 commit 6738495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected void prepareForEvaluation() throws BallerinaTestException {

debugTestRunner.addBreakPoint(new BallerinaTestDebugPoint(debugTestRunner.testEntryFilePath, 24));
debugTestRunner.initDebugSession(DebugUtils.DebuggeeExecutionKind.RUN);
Pair<BallerinaTestDebugPoint, StoppedEventArguments> debugHitInfo = debugTestRunner.waitForDebugHit(25000);
Pair<BallerinaTestDebugPoint, StoppedEventArguments> debugHitInfo = debugTestRunner.waitForDebugHit(35000);
this.context = debugHitInfo.getRight();
}
}

0 comments on commit 6738495

Please sign in to comment.