Skip to content

Commit

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

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

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

0 comments on commit d344ded

Please sign in to comment.