We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fc31a commit a1bc3eaCopy full SHA for a1bc3ea
test/testsUtil.js
@@ -1,4 +1,4 @@
1
-/* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. */
+/* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved. */
2
3
/******************************************************************************
4
*
@@ -276,4 +276,4 @@ testsUtil.dropAQtestUser = async function(AQ_USER) {
276
277
testsUtil.sleep = function(ms=1000) {
278
return new Promise(resolve => setTimeout(resolve, ms));
279
-};
+};
0 commit comments