diff options
| author | Drashna Jaelre | 2024-11-21 07:31:54 +0100 |
|---|---|---|
| committer | GitHub | 2024-11-21 07:31:54 +0100 |
| commit | 36b5559b997cedd14a352aa70891558936b8b3a3 (patch) | |
| tree | bf4d30ba2d31b69d659c53a225e4a5b9a7299f7a /tests/layer_lock/config.h | |
| parent | 39161b9ee793f4c62836b209ec877acda457b88d (diff) | |
[Core] Add Layer Lock feature (#23430)
Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com>
Co-authored-by: Pascal Getreuer <getreuer@google.com>
Co-authored-by: Pascal Getreuer <50221757+getreuer@users.noreply.github.com>
Diffstat (limited to 'tests/layer_lock/config.h')
| -rw-r--r-- | tests/layer_lock/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/layer_lock/config.h b/tests/layer_lock/config.h new file mode 100644 index 0000000000..25d0b20c0e --- /dev/null +++ b/tests/layer_lock/config.h @@ -0,0 +1,8 @@ +// Copyright 2021 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com> +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include "test_common.h" + +#define LAYER_LOCK_IDLE_TIMEOUT 1000 |