gearman-go/worker
Joe Higton 2f72b28d76 FIX: waiting for worker fireup was making the test slow
Dodging the race condition with a sleep was fine, but we slept
for a whole second which was longer than this test takes to run!

I've scaled the sleep down to 250 miliseconds and increased the tries.

Even this is probably excessively long but now the test is fast agin.
2014-06-07 05:35:05 +01:00
..
agent.go type assertion with *net.OpError 2014-03-03 14:45:35 +08:00
common.go fixed the worker's testing cases 2013-12-26 15:55:16 +08:00
error.go Merge branch 'master' into 0.2-dev 2014-03-07 17:33:16 +08:00
example_test.go fixed the worker's testing cases 2013-12-26 15:55:16 +08:00
func.go Something should not display in documents, disabled. 2013-12-26 12:32:27 +08:00
inpack_test.go go fmt & better examples 2014-01-09 17:58:02 +08:00
inpack.go Use %v instead of %V, which is not a valid Printf verb 2014-03-07 10:21:45 +01:00
job.go Bring back ability to get function name 2014-01-03 15:58:18 -05:00
outpack_test.go go fmt & better examples 2014-01-09 17:58:02 +08:00
outpack.go Something should not display in documents, disabled. 2013-12-26 12:32:27 +08:00
worker_test.go FIX: waiting for worker fireup was making the test slow 2014-06-07 05:35:05 +01:00
worker.go Enahanced Work() without Ready() behaviour: 2014-06-01 16:59:57 +01:00