~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/connect.test

  • Committer: Jay Pipes
  • Date: 2010-03-03 20:57:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1335.
  • Revision ID: jpipes@serialcoder-20100303205745-75ljk59foiig8uh1
Remove unnecessary sleep calls in tests cases

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
set @id := 1;
70
70
delete from t1 where id like @id;
71
71
disconnect con7;
72
 
--sleep 5
 
72
--sleep 0.5
73
73
connection default;
74
74
drop table t1;
75
75