Skip to content

Commit

Permalink
Relax some test timeouts for slow GitHub Actions VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Sep 22, 2023
1 parent e42f81d commit ffa20e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void indexingStrategyOutbox() throws Throwable {
reproducer();

Awaitility.await()
.timeout( 5, TimeUnit.SECONDS )
.timeout( 20, TimeUnit.SECONDS )
.until( () -> noMoreOutboxEvents( sessionFactory ) );

verify( () -> assertThat( countByEditionAndAuthor( "12th", "asimov" ) ).isEqualTo( 0L ) );
Expand Down

0 comments on commit ffa20e9

Please sign in to comment.