bloom-lang / bud

Prototype Bud runtime (Bloom Under Development)
http://bloom-lang.net
Other
854 stars 59 forks source link

tc_localdeploy.rb hangs ts_bud.rb with some regularity #145

Closed jhellerstein closed 13 years ago

jhellerstein commented 13 years ago

Is this the same problem we were having with the rebl test, Bill?

jhellerstein commented 13 years ago

or perhaps a result of using the deprecated join syntax? I removed that and it's not stalling now.

jhellerstein commented 13 years ago

seems ok

billmarczak commented 13 years ago

can you go into some more detail here? how long was the test stalling for? the test should really never take longer than, say 120 seconds. Yesterady, I checked in a 60 second timeout around the only piece of code that should be able to block (a read), and it might take 60 seconds for the other Bud processes to spin up if you're on a slow machine.