Skip to content

Commit

Permalink
Fix runtime api test
Browse files Browse the repository at this point in the history
  • Loading branch information
HindujaB committed Apr 5, 2024
1 parent 43474b4 commit 148286d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public void testRuntimeManagementAPI() {
Thread thread1 = new Thread(() -> {
try {
CompileResult strandResult = BCompileUtil.compile("test-src/runtime/api/runtime_mgt");
Thread.sleep(5000);
BRunUtil.runOnSchedule(strandResult, "main", scheduler);
} catch (Throwable e) {
exceptionRef.set(e);
Expand Down

0 comments on commit 148286d

Please sign in to comment.