diff --git a/src/web/app/common/views/components/othello.game.vue b/src/web/app/common/views/components/othello.game.vue
index 74139f5754..4dbcff2474 100644
--- a/src/web/app/common/views/components/othello.game.vue
+++ b/src/web/app/common/views/components/othello.game.vue
@@ -130,7 +130,7 @@ export default Vue.extend({
 					type: 'check',
 					crc32
 				});
-			}, 10000);
+			}, 3000);
 		}
 	},