Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-11168][tests] Relax time-constraints for LargePlanTest
The test completes in 500ms on my machine. On Travis the resources are much more limited and it fails occasionally. The following should ensure the test does not fail anymore: - Increase test timeout to 30 seconds - Reduce complexity of tests by decreasing branching factor
- Loading branch information