Skip to content

Commit

Permalink
Changed slowTest 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 c3d5314 commit 075472f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arduino_testsuite/examples/slowTest/slowTest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ TestSuite suite ("Slow test (with a 10s delay)");

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

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

0 comments on commit 075472f

Please sign in to comment.