Skip to content

Commit

Permalink
test: DbInsertDuplicate2Test.TIMEOUT: 4min
Browse files Browse the repository at this point in the history
  • Loading branch information
hishidama committed Apr 4, 2024
1 parent c07aa17 commit bb6b1ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
class DbInsertDuplicate2Test extends DbTestTableTester {

private static final String TEST2 = "test2";
private static final long TIMEOUT = TimeUnit.MINUTES.toMillis(3);
private static final long TIMEOUT = TimeUnit.MINUTES.toMillis(4);

@BeforeEach
void beforeEach(TestInfo info) throws Exception {
Expand Down

0 comments on commit bb6b1ec

Please sign in to comment.