This is an automated email from the ASF dual-hosted git repository.

kgyrtkirk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 7065044  HIVE-22866: addendum - increase sleep
7065044 is described below

commit 70650441db4255d41478c91fdf5ec1d13e6d82f6
Author: Zoltan Haindrich <k...@rxd.hu>
AuthorDate: Mon Feb 17 20:27:22 2020 +0000

    HIVE-22866: addendum - increase sleep
---
 ql/src/test/queries/clientpositive/schq_ingest.q | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ql/src/test/queries/clientpositive/schq_ingest.q 
b/ql/src/test/queries/clientpositive/schq_ingest.q
index d7283d5..b7bc90c 100644
--- a/ql/src/test/queries/clientpositive/schq_ingest.q
+++ b/ql/src/test/queries/clientpositive/schq_ingest.q
@@ -39,7 +39,7 @@ insert into s values(2,2),(3,3);
 -- pretend that a timeout have happened
 alter scheduled query ingest execute;
 
-!sleep 3;
+!sleep 10;
 select state,error_message from sys.scheduled_executions;
 
 select * from t order by id;

Reply via email to