Skip to content

Commit

Permalink
Changed verySlowTest to support ArduinoUnit 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurdoch committed Jan 3, 2013
1 parent 075472f commit 2cd0839
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arduino_testsuite/examples/verySlowTest/verySlowTest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ TestSuite suite ("Very slow test (with a 20s delay)");

void setup()
{
Serial.begin(9600);
}

test(Passing)
Expand All @@ -21,4 +22,4 @@ void loop()
delay(20000);
// Run test suite, printing results to the serial port
suite.run();
}
}

0 comments on commit 2cd0839

Please sign in to comment.