Commit a44f8bc5 authored by Phillip Webb's avatar Phillip Webb

Increase SampleIntegrationTests run timeouts

Increase the timeouts to give CI builds more time should dependencies
be missing.
parent 16cf2faa
...@@ -63,7 +63,7 @@ public class SampleIntegrationTests { ...@@ -63,7 +63,7 @@ public class SampleIntegrationTests {
return command; return command;
} }
}); });
this.command = future.get(4, TimeUnit.MINUTES); this.command = future.get(6, TimeUnit.MINUTES);
} }
@Before @Before
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment