Skip to content

Commit

Permalink
Decreased timeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 13, 2014
1 parent 6670b05 commit 0a9292c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@RunWith(Arquillian.class)
public class CommandCompletionTest
{
private static final int QUANTITY = 500;
private static final int QUANTITY = 5;

@Deployment
@Dependencies({
Expand Down

0 comments on commit 0a9292c

Please sign in to comment.