Skip to content

Commit 7229603

Browse files
committed
add 5 second delay before starting test
1 parent 2b06c9f commit 7229603

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.tests/AdafruitIO_Data/AdafruitIO_Data.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ void setup()
77
{
88
Serial.begin(115200);
99
while(! Serial);
10-
delay(1000);
1110
}
1211

1312
void loop() {
1413

14+
delay(5000);
15+
1516
plan(8);
1617

1718
nok(

0 commit comments

Comments
 (0)