Changeset: b3a9cccaf143 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/b3a9cccaf143
Modified Files:
        sql/test/sysmon/Tests/sys_queue_expand.SQL.py
Branch: Jan2022
Log Message:

Give threads more time to do their thing.


diffs (12 lines):

diff --git a/sql/test/sysmon/Tests/sys_queue_expand.SQL.py 
b/sql/test/sysmon/Tests/sys_queue_expand.SQL.py
--- a/sql/test/sysmon/Tests/sys_queue_expand.SQL.py
+++ b/sql/test/sysmon/Tests/sys_queue_expand.SQL.py
@@ -54,7 +54,7 @@ def main():
 
         # Check the long running query, but lets first wait for a moment for 
the
         #   workers to start with their queries
-        mstcur.execute('call sys.sleep(500)')
+        mstcur.execute('call sys.sleep(1000)')
         query = 'select username, status, query from sys.queue() where query 
like \'call sys.sleep(5000)%\' order by query'
         expected_res = [
         ('monetdb', 'running', 'call sys.sleep('+SLEEP_TIME+')\n;'),
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to