Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…erina-distribution into 2201.6.x-lang-update
  • Loading branch information
chiranSachintha committed Jul 12, 2023
2 parents bf5907c + a777c38 commit fa393a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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();
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ graphqlVersion=0.6.0
protocToolVersion=0.1.1

# OpenAPI Module
openapiVersion=1.6.1-20230707-165000-96d6113
openapiVersion=1.6.1

# AsyncAPI Module
asyncapiVersion=0.6.0
Expand Down

0 comments on commit fa393a4

Please sign in to comment.