diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-10-20 06:41:08 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-10-20 06:41:08 +0300 |
| commit | b679462fa687b375ccefd3c11fec3fd96b9b4d60 (patch) | |
| tree | 62539ed177a1dfcf92347737179ea1054401c9bd /integrationtests/dmap_test.go | |
| parent | 5b56cb675fb3b7ad58c5de28760bc19f63a575bb (diff) | |
make pprof bind address configurable
Diffstat (limited to 'integrationtests/dmap_test.go')
| -rw-r--r-- | integrationtests/dmap_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrationtests/dmap_test.go b/integrationtests/dmap_test.go index b3c048a..350ac6a 100644 --- a/integrationtests/dmap_test.go +++ b/integrationtests/dmap_test.go @@ -102,7 +102,7 @@ func TestDMap3(t *testing.T) { // Read many input files at once. args := []string{"--logLevel", "trace", "--query", query} - for i := 0; i < 1; i++ { + for i := 0; i < 100; i++ { args = append(args, inFile) } |
