Skip to content

Commit

Permalink
examples/PipeFail: Increase NUM_LINES to 1000 to make it fail on all …
Browse files Browse the repository at this point in the history
…computers (see #2)
  • Loading branch information
bxparks committed Mar 22, 2021
1 parent d0d10f7 commit 5954db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/PipeFail/PipeFail.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <Arduino.h>

// Fails for NUM_LINES >= 274 on Ubuntu 20.04.
const int NUM_LINES = 300;
const int NUM_LINES = 1000;
const char LINE[] = "Reproduce https://github.com/bxparks/EpoxyDuino/issues/2";

void setup() {
Expand Down

0 comments on commit 5954db0

Please sign in to comment.