diff --git a/test/queryservice_tests/nocache_tests.py b/test/queryservice_tests/nocache_tests.py index 40e9d7563a..83cbcc1bca 100644 --- a/test/queryservice_tests/nocache_tests.py +++ b/test/queryservice_tests/nocache_tests.py @@ -315,7 +315,7 @@ class TestNocache(framework.TestCase): def test_query_timeout(self): vstart = self.env.debug_vars() - conn = tablet_conn.connect("localhost:%s" % self.env.port, '', 'test_keyspace', '0', 5) + conn = tablet_conn.connect("localhost:%s" % self.env.port, '', 'test_keyspace', '0', 5, user='youtube-dev-dedicated', password='vtpass') cu = cursor.TabletCursor(conn) self.env.execute("set vt_query_timeout=0.25") try: