summaryrefslogtreecommitdiff
path: root/cts/common/cts_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cts/common/cts_common.h')
-rw-r--r--cts/common/cts_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cts/common/cts_common.h b/cts/common/cts_common.h
index e3a47d3e1b..607adbc623 100644
--- a/cts/common/cts_common.h
+++ b/cts/common/cts_common.h
@@ -27,7 +27,8 @@
#define CTS_DEBUG_PRINTF(format, args...)
#endif
-#define READ_WAIT_TIME_MS 100
+#define READ_WAIT_TIME_MS 100
+#define CTS_INTERRUPT_TRIGGER_DELAY_US (250 * MSEC)
/* In a single test, only one board can return unknown, the other must
* return a useful result (i.e. success, failure, etc)