Fix Cycles tests after recent logging changes

The constant folding tests rely on logging sync.
This commit is contained in:
Sergey Sharybin 2021-11-01 12:46:28 +01:00
parent 9111ea78ac
commit d07e3bde20
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class RenderGraph : public testing::Test {
virtual void SetUp()
{
util_logging_start();
util_logging_verbosity_set(1);
util_logging_verbosity_set(3);
device_cpu = Device::create(device_info, stats, profiler);
scene = new Scene(scene_params, device_cpu);