Skip to content

Commit

Permalink
Reduce test time
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed Sep 23, 2024
1 parent 6bba49c commit e2cbc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsr_util/test/test_dsr_api_ext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DSRApiExtTest : public ::testing::Test

void TearDown() override
{
std::this_thread::sleep_for(std::chrono::milliseconds(100));
std::this_thread::sleep_for(std::chrono::milliseconds(10));
G_.reset();
}

Expand Down

0 comments on commit e2cbc9a

Please sign in to comment.