Commit 99c21c4
committed
[ZEPPELIN-1455] Fix flaky test: AbstractAngularElemTest
### What is this PR for?
This PR fix flaky test [ZEPPELIN-1455](https://issues.apache.org/jira/browse/ZEPPELIN-1455).
According to http://doc.scalatest.org/1.8/org/scalatest/concurrent/Eventually.html, default timeout of eventually is 150millisecond. Set enough timeout for the test.
### What type of PR is it?
Hot Fix
### Todos
* [x] - increase timeout
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1455
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
Author: Lee moon soo <[email protected]>
Closes #1920 from Leemoonsoo/ZEPPELIN-1455 and squashes the following commits:
13a993d [Lee moon soo] Increase tolerance of eventually1 parent f604dff commit 99c21c4
File tree
1 file changed
+4
-3
lines changed- zeppelin-display/src/test/scala/org/apache/zeppelin/display/angular
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
123 | | - | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
0 commit comments