commit | 84dafd9e94eb9e3535e299b5fdf03777707f1bdf | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Wed Oct 25 16:20:23 2017 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Wed Oct 25 16:20:23 2017 -0700 |
tree | 5e6049ca8e5fd267c0f8f077871ce2d773c571f9 | |
parent | a2a6b156a5969aba78f927f9d3df0d394abe36d2 [diff] |
Increase timeout for checkstyle run Change-Id: I27c6ce33b52b4860221f2e1994b9b0f6562462d6
diff --git a/bucklets/onos.bucklet b/bucklets/onos.bucklet index 03b13a9..2e2fa17 100644 --- a/bucklets/onos.bucklet +++ b/bucklets/onos.bucklet
@@ -45,7 +45,7 @@ '$(location //tools/build/conf:checkstyle-xml)', '$(location //tools/build/conf:suppressions-xml)', ], - test_rule_timeout_ms = 20000, + test_rule_timeout_ms = 45000, labels = [ 'checkstyle' ], )