add more time for slow machines

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8103 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-12-27 23:38:41 +00:00
commit aa5257be99

View file

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