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:
parent
660c55b766
commit
aa5257be99
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue