Skip to content

Commit

Permalink
Deflake a test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-psaha committed Oct 31, 2024
1 parent 6dcad1e commit d6a4513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ public void testRefreshSnowflakeMetadataSynchronized() throws Exception {
}
});

workers.awaitTermination(150, TimeUnit.MILLISECONDS);
Assert.assertTrue(workers.awaitTermination(1, TimeUnit.SECONDS));

Mockito.verify(mockClient).execute(Mockito.any());
}
Expand Down

0 comments on commit d6a4513

Please sign in to comment.