diff --git a/maxscale-system-test/avro.cpp b/maxscale-system-test/avro.cpp index fa80f5019..40f268e58 100644 --- a/maxscale-system-test/avro.cpp +++ b/maxscale-system-test/avro.cpp @@ -87,6 +87,7 @@ int main(int argc, char *argv[]) } execute_query(test.repl->nodes[0], "DROP TABLE test.t1;RESET MASTER"); + test.stop_timeout(); test.repl->fix_replication(); return test.global_result;