Skip to content

Commit

Permalink
Increases timeout for container installation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Feb 25, 2017
1 parent e10c339 commit c4deed4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ private void installContainerAssertProfileAndDependencies(final String container
}

private void executeCmd(String container) throws TimeoutException {
shell().execute("arquillian-setup --container-adapter " + container + " --test-framework junit", 60);
shell().execute("arquillian-setup --container-adapter " + container + " --test-framework junit", 180);
}

private Profile getProfile() {
Expand Down

0 comments on commit c4deed4

Please sign in to comment.