We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcaafd1 commit 10f1f92Copy full SHA for 10f1f92
test-integration/schedulecommit/elfs/dlp.so
6.25 KB
test-integration/test-committor-service/tests/test_ix_commit_local.rs
@@ -213,7 +213,9 @@ async fn test_ix_commit_four_accounts_1kb_2kb_5kb_10kb_single_bundle() {
213
.await;
214
}
215
216
-#[tokio::test]
+// TODO (snawaz): use #[tokio::test] once CommitTask::new() stops using blocking RpcClient
217
+// # see the PR #575 for more context.
218
+#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
219
async fn test_commit_20_accounts_1kb_bundle_size_2() {
220
commit_20_accounts_1kb(
221
2,
0 commit comments