Repository: asterixdb Updated Branches: refs/heads/master cb9ca9753 -> 59b1382be
[NO ISSUE][TEST] Align Poll Time in Async Tests - user model changes: no - storage format changes: no - interface changes: no Details: - In some Jenkins runs, the async-running test fails due to short (10s) poll time, while the job takes (~16s) to finish. This change aligns the poll time of that test to (20s) to match the other async tests. Change-Id: I2f81bb62c73a701264a0067cf4c43d8d9dff03ea Reviewed-on: https://asterix-gerrit.ics.uci.edu/2331 Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Contrib: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/59b1382b Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/59b1382b Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/59b1382b Branch: refs/heads/master Commit: 59b1382be6c1ba872813a0eacbe10e0e6190cb76 Parents: cb9ca97 Author: Murtadha Hubail <[email protected]> Authored: Sun Jan 28 00:21:05 2018 +0300 Committer: Michael Blow <[email protected]> Committed: Sun Jan 28 12:55:36 2018 -0800 ---------------------------------------------------------------------- .../async-deferred/async-running/async-running.3.pollget.uri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/asterixdb/blob/59b1382b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/async-deferred/async-running/async-running.3.pollget.uri ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/async-deferred/async-running/async-running.3.pollget.uri b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/async-deferred/async-running/async-running.3.pollget.uri index d10aed9..bca879b 100644 --- a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/async-deferred/async-running/async-running.3.pollget.uri +++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/async-deferred/async-running/async-running.3.pollget.uri @@ -17,7 +17,7 @@ * under the License. */ --- polltimeoutsecs=10 +-- polltimeoutsecs=20 -- handlevariable=result $status
