Browse Source

Disabled benchmark test

Paul-Louis Ageneau 4 years ago
parent
commit
1ce15506d4
1 changed files with 4 additions and 3 deletions
  1. 4 3
      test/main.cpp

+ 4 - 3
test/main.cpp

@@ -120,7 +120,8 @@ int main(int argc, char **argv) {
 		return -1;
 	}
 #endif
-	this_thread::sleep_for(1s);
+/*
+    this_thread::sleep_for(1s);
 	try {
 		cout << endl << "*** Running WebRTC benchmark..." << endl;
 		test_benchmark();
@@ -130,7 +131,7 @@ int main(int argc, char **argv) {
 		std::this_thread::sleep_for(2s);
 		return -1;
 	}
-
-	std::this_thread::sleep_for(2s);
+*/
+	std::this_thread::sleep_for(1s);
 	return 0;
 }