--TEST-- gearman_worker_wait() --SKIPIF-- --FILE-- addServer($host, $port); $worker->setTimeout(1); /* Still need to figure out how to test wait here... $worker->wait(); */ print "OK"; ?> --EXPECT-- OK