Skip to content

Commit

Permalink
Modify test and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lochana-chathura committed Nov 22, 2024
1 parent f9feb48 commit 9637d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
run: |
export DISPLAY=':99.0'
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
./gradlew :jballerina-integration-test:test
./gradlew :jballerina-integration-test:test --tests "org.ballerinalang.test.packaging.ModuleExecutionFlowTests"
-Pnative.test --max-workers=2 --scan --no-daemon
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public void run() {
}
feedAndPrint(s);
} else {
TimeUnit.MILLISECONDS.sleep(1);
TimeUnit.MICROSECONDS.sleep(500);
}
}
String s = bufferedReader.readLine();
Expand Down

0 comments on commit 9637d6d

Please sign in to comment.