Commit 308531e54b24e391cae543f950be739d467f636b
1 parent
2d840e77
Increase of timeout to pass test on Travis
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -71,7 +71,7 @@ public class DeviceAttributesFilterTest { |
71 | 71 | filter.stop(); |
72 | 72 | } |
73 | 73 | |
74 | - @Test(timeout = 10000) | |
74 | + @Test(timeout = 30000) | |
75 | 75 | public void basicClientAttributesStressTest() { |
76 | 76 | DeviceAttributesFilter filter = new DeviceAttributesFilter(); |
77 | 77 | filter.init(wrap("doubleValue == 1.0 && booleanValue == false")); | ... | ... |