summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/card.c b/mbbsd/card.c
index 63f21bf8..b2c3300b 100644
--- a/mbbsd/card.c
+++ b/mbbsd/card.c
@@ -380,7 +380,7 @@ game_log(int type, int money)
fclose(fp);
break;
}
- usleep(100000); // sleep 0.1s
+ usleep(2*1000000); // sleep 2s
return 0;
}