shorter sleep

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7922 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-12-04 05:06:53 +00:00
commit 3b139f6d7c

View file

@ -27,7 +27,7 @@ extern "C" void* working(void* t);
void run() {
pthread_create(t,NULL,working,this);
sleep(5);
sleep(2);
}
virtual void do_foo() {