Skip to content

Commit

Permalink
change timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
m1a2st committed Sep 9, 2024
1 parent 4159333 commit ac9855e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
@Target({METHOD})
@Retention(RUNTIME)
@TestTemplate
@Timeout(30)
@Timeout(60)
@Tag("integration")
public @interface ClusterTemplate {
/**
Expand Down
2 changes: 1 addition & 1 deletion core/src/test/java/kafka/test/annotation/ClusterTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@Target({METHOD})
@Retention(RUNTIME)
@TestTemplate
@Timeout(30)
@Timeout(60)
@Tag("integration")
public @interface ClusterTests {
ClusterTest[] value();
Expand Down

0 comments on commit ac9855e

Please sign in to comment.