We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39b618 commit 611d834Copy full SHA for 611d834
1 file changed
test/SerialIOTest.cpp
@@ -16,7 +16,6 @@
16
17
#include <algorithm>
18
#include <array>
19
-#include <chrono>
20
#include <cmath>
21
#include <complex>
22
#include <fstream>
@@ -28,7 +27,6 @@
28
27
#include <sstream>
29
#include <stdexcept>
30
#include <string>
31
-#include <thread>
32
#include <tuple>
33
#include <vector>
34
@@ -5834,13 +5832,6 @@ void append_mode(
5834
5832
write.flush();
5835
5833
}
5836
{
5837
- using namespace std::chrono_literals;
5838
- /*
5839
- * Put a little sleep here to trigger writing of a different /date
5840
- * attribute. ADIOS2 v2.7 does not like that so this test ensures that
5841
- * we deal with it.
5842
- */
5843
- std::this_thread::sleep_for(1s);
5844
Series write(filename, Access::APPEND, jsonConfig);
5845
if (variableBased)
5846
0 commit comments