Skip to content

Commit 59008c2

Browse files
author
Rafał Hibner
committed
Revert spurious change
1 parent b60041a commit 59008c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/src/arrow/acero/asof_join_node_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ void TestBackpressure(BatchesMaker maker, int batch_size, int num_l_batches,
15321532
return true;
15331533
};
15341534

1535-
BusyWait(3.0, has_bp_been_applied);
1535+
BusyWait(60.0, has_bp_been_applied);
15361536
ASSERT_TRUE(has_bp_been_applied());
15371537

15381538
gate.ReleaseAllBatches();

0 commit comments

Comments
 (0)