Skip to content

Commit

Permalink
Merge pull request #4549 from NipunaRanasinghe/master
Browse files Browse the repository at this point in the history
Increase debugger evaluation test timeout
  • Loading branch information
NipunaRanasinghe committed Jun 8, 2023
2 parents cc6609c + 6738495 commit 30fd062
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 30fd062

Please sign in to comment.