Skip to content

Commit

Permalink
Changed the default page size for the test results to 50.
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Mar 20, 2015
1 parent 33ff1a1 commit 85f5802
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import spock.lang.Specification
import spock.lang.Unroll

import java.util.concurrent.TimeUnit

import static java.util.concurrent.TimeUnit.MILLISECONDS
import static java.util.concurrent.TimeUnit.SECONDS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"order": [
[ 1, "asc" ]
],
"pageLength": 25
"pageLength": 50
});
// Pie charts
Expand Down

0 comments on commit 85f5802

Please sign in to comment.