Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert timeout change
  • Loading branch information
bretambrose committed May 18, 2020
commit c74b61bbace17099339e87fea27fdb3bc3000c3e
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

public class WillTest extends MqttClientConnectionFixture {
@Rule
public Timeout testTimeout = Timeout.seconds(3000);
public Timeout testTimeout = Timeout.seconds(15);

public WillTest() {
}
Expand Down