Skip to content

Commit

Permalink
Increase timeout for tests in VeniceSystemFactoryTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantmane committed Oct 25, 2023
1 parent 61f43d7 commit 09c4a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


public class VeniceSystemFactoryTest {
private static final int TEST_TIMEOUT = 15000; // ms
private static final int TEST_TIMEOUT = 90000; // ms

private VeniceClusterWrapper cluster;

Expand Down

0 comments on commit 09c4a98

Please sign in to comment.