From 74ee69daf1c0a2603f19bdb1edcfdf1f4e06bcff Mon Sep 17 00:00:00 2001 From: Silen Naihin Date: Sat, 14 Oct 2023 08:04:37 -0700 Subject: [PATCH] Update data.json --- .../challenges/verticals/code/6_battleship/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/agbenchmark/challenges/verticals/code/6_battleship/data.json b/benchmark/agbenchmark/challenges/verticals/code/6_battleship/data.json index 98bfe14de..9dc8be550 100644 --- a/benchmark/agbenchmark/challenges/verticals/code/6_battleship/data.json +++ b/benchmark/agbenchmark/challenges/verticals/code/6_battleship/data.json @@ -3,7 +3,7 @@ "coding", "general" ], - "cutoff": 90, + "cutoff": 180, "dependencies": [ "TestTicTacToe", "TestReadFile"