Skip to content

Commit

Permalink
test: increase the global time out rule values (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed Aug 18, 2020
1 parent a4f19e8 commit 809e0a1
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 @@
*/
public abstract class BaseSystemTest {

@Rule public Timeout globalTimeout = Timeout.seconds(300);
@Rule public Timeout globalTimeout = Timeout.seconds(600);

/**
* Returns the Logging service used to issue requests. This service can be such that it interacts
Expand Down

0 comments on commit 809e0a1

Please sign in to comment.