summaryrefslogtreecommitdiff
path: root/integrationtests/dmap_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtests/dmap_test.go')
-rw-r--r--integrationtests/dmap_test.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/integrationtests/dmap_test.go b/integrationtests/dmap_test.go
index fc51b3c..243ceeb 100644
--- a/integrationtests/dmap_test.go
+++ b/integrationtests/dmap_test.go
@@ -251,7 +251,8 @@ func testDMap3Serverless(t *testing.T, logger *TestLogger) {
}
// Simply run dmap with multiple input files directly
- ctxTimeout, cancel := createTestContextWithTimeout(t)
+ // Use longer timeout for processing 100 files
+ ctxTimeout, cancel := createTestContextWithLongTimeout(t)
ctx := WithTestLogger(ctxTimeout, logger)
defer cancel()
@@ -288,7 +289,7 @@ func testDMap3WithServer(t *testing.T, logger *TestLogger) {
Port: server.port,
BindAddress: server.bindAddress,
LogLevel: "error",
- ExtraArgs: []string{"--cfg", "test_server_complete.json"},
+ ExtraArgs: []string{"--cfg", "test_server_100files.json"},
Env: map[string]string{"DTAIL_TURBOBOOST_ENABLE": "yes"},
}
if err := server.StartWithConfig(cfg); err != nil {