pull sleep out of unit test, doh

This commit is contained in:
nick black 2020-12-06 09:18:32 -05:00
parent 838280ce6b
commit f8a6d21362
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -246,7 +246,6 @@ TEST_CASE("Plot") {
}
}
CHECK(0 == notcurses_render(nc_));
sleep(10);
ncuplot_destroy(p);
}