From 76d61416ef9035a7eb0ef1d84df515b4cf4bccb1 Mon Sep 17 00:00:00 2001
From: "jmiller/ndbdev@mysql.com/ndb08.mysql.com" <>
Date: Fri, 17 Aug 2007 19:51:25 +0200
Subject: [PATCH] rpl_packet.test:   Removed sleep from test per lars request

---
 mysql-test/suite/rpl/t/rpl_packet.test | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mysql-test/suite/rpl/t/rpl_packet.test b/mysql-test/suite/rpl/t/rpl_packet.test
index 316278cb75d..c3987f7ee15 100644
--- a/mysql-test/suite/rpl/t/rpl_packet.test
+++ b/mysql-test/suite/rpl/t/rpl_packet.test
@@ -67,7 +67,6 @@ INSERT INTO `t1`(`f1`) VALUES ('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
 # The slave I/O thread must stop after trying to read the above event
 connection slave; 
-sleep 2;
 --source include/wait_for_slave_io_to_stop.inc
 SHOW STATUS LIKE 'Slave_running';