JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Piles display and removing cards mostly working
[peach-cgt.git] / server.coffee
index 4ae7fe7..089523a 100644 (file)
@@ -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'}