Skip to content

Commit 5aa8cdf

Browse files
ci: testing timeout using this tmp PR
1 parent 183d4f9 commit 5aa8cdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/apollo_integration_tests/src/bin/sequencer_node_end_to_end_integration_tests/integration_test_positive_flow.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,7 @@ async fn main() {
4444
info!("Shutting down nodes.");
4545
integration_test_manager.shutdown_nodes(node_indices);
4646

47+
std::thread::sleep(std::time::Duration::from_secs(3600));
48+
4749
info!("Positive flow integration test completed successfully!");
4850
}

0 commit comments

Comments
 (0)