mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-31 22:05:10 +00:00
have cross-platform slep in BasicTest
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "MegaCmdTestingTools.h"
|
||||
#include "TestUtils.h"
|
||||
|
||||
#include "megacmdcommonutils.h"
|
||||
#include "megacmd.h"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
@@ -32,7 +33,7 @@ class BasicGenericTest : public ::testing::Test
|
||||
megacmd::executeServer(1, args);
|
||||
});
|
||||
|
||||
sleep(2); //TODO: have this properly orchestrated
|
||||
megacmd::sleepSeconds(2); //TODO: have this properly orchestrated
|
||||
|
||||
t.detach();
|
||||
}
|
||||
|
Reference in New Issue
Block a user