Skip to content

Commit 6056ca1

Browse files
committed
odbc: Wait a bit before removing created login to allow disconnection
It looks like that the CI is intermittently failing. Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
1 parent c62a0cb commit 6056ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/odbc/unittests/oldpwd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ TEST_MAIN()
9999
odbc_disconnect();
100100

101101
/* drop created login */
102+
tds_sleep_ms(500); /* give time for logoff */
102103
swap_conn();
103104
odbc_command("DROP LOGIN " USER);
104105
odbc_disconnect();

0 commit comments

Comments
 (0)