diff --git a/test/SerialIOTest.cpp b/test/SerialIOTest.cpp index 86497c7ea1..715ee51ad8 100644 --- a/test/SerialIOTest.cpp +++ b/test/SerialIOTest.cpp @@ -16,7 +16,6 @@ #include #include -#include #include #include #include @@ -28,7 +27,6 @@ #include #include #include -#include #include #include @@ -5834,13 +5832,6 @@ void append_mode( write.flush(); } { - using namespace std::chrono_literals; - /* - * Put a little sleep here to trigger writing of a different /date - * attribute. ADIOS2 v2.7 does not like that so this test ensures that - * we deal with it. - */ - std::this_thread::sleep_for(1s); Series write(filename, Access::APPEND, jsonConfig); if (variableBased) {