Skip to content

Commit

Permalink
[FLINK-17616][tests] Temporarily increase akka.ask.timeout in TPC-DS …
Browse files Browse the repository at this point in the history
…e2e test

This closes apache#12082.
  • Loading branch information
GJL committed May 13, 2020
1 parent 87c9e4d commit 56ea8d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flink-end-to-end-tests/test-scripts/test_tpcds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ echo "[INFO]Preparing Flink cluster..."
set_config_key "taskmanager.memory.process.size" "4096m"
set_config_key "taskmanager.numberOfTaskSlots" "4"
set_config_key "parallelism.default" "4"
set_config_key "akka.ask.timeout" "20 s"
start_cluster


Expand Down

0 comments on commit 56ea8d1

Please sign in to comment.