Skip to content

Commit

Permalink
Extended timeout for slow boxes (Pi and CI/CD), added NOSONAR
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Feb 28, 2024
1 parent d2a3748 commit 8930e0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private void test(NullCqrsSwitch s) throws InterruptedException {
logger.info("done sending");

// Let things settle down
Thread.sleep(100);
Thread.sleep(200); //NOSONAR Risks have been considered

assertThat(s.getState().queueDepth).isZero();
}
Expand Down

0 comments on commit 8930e0f

Please sign in to comment.