X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=blobdiff_plain;f=server.coffee;h=089523ad4d5116b8bcfae57a47c8351dbc49b892;hp=4ae7fe779b718916a55b3491b367e8ca0a97f148;hb=078a999a7b7ed2ae37e27d88b3039221fbc1d90c;hpb=e39c3d01d9c40b425168f1f8dcb2d9ddef975808 diff --git a/server.coffee b/server.coffee index 4ae7fe7..089523a 100644 --- a/server.coffee +++ b/server.coffee @@ -182,7 +182,7 @@ new_game = (id) -> test_init = -> test_game = new_game 'test' - timeout 4000, -> + timeout 2, -> test_game.set_cards 'server', [ { text: "Wildabeast 2/2", x: 220, y: 200, owner: 'p2'} { text: "Boar 2/2", x: 360, y: 200, owner: 'p2', pile: 'p2_discard'}