dianfu commented on code in PR #19685:
URL: https://github.com/apache/flink/pull/19685#discussion_r870878831


##########
flink-python/pyflink/table/tests/test_table_environment_api.py:
##########
@@ -237,12 +237,12 @@ def setUp(self) -> None:
         from pyflink.datastream import StreamExecutionEnvironment
 
         super(DataStreamConversionTestCases, self).setUp()
-        self.env = StreamExecutionEnvironment.get_execution_environment()
+        config = Configuration()
+        config.setString("akka.ask.timeout", "20 s")

Review Comment:
   ```suggestion
           config.set_string("akka.ask.timeout", "20 s")
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to