Skip to content

Commit d147c4d

Browse files
authored
Removed extra time in test
Dart 2.1 has been released which fixes the problem with this test: dart-lang/sdk#34090
1 parent af7a4e1 commit d147c4d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/day13_test.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// --- Day 13: Packet Scanners ---
22
// https://adventofcode.com/2017/day/13
33

4-
// Need more time because Travis are a little slow
5-
@Timeout(const Duration(minutes: 5))
6-
74
import 'dart:io';
85
import 'package:test/test.dart';
96
import 'package:AdventOfCode2017/day13.dart';

0 commit comments

Comments
 (0)