summaryrefslogtreecommitdiff
path: root/test/usb_tcpmv2_td_pd_src_e1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/usb_tcpmv2_td_pd_src_e1.c')
-rw-r--r--test/usb_tcpmv2_td_pd_src_e1.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/usb_tcpmv2_td_pd_src_e1.c b/test/usb_tcpmv2_td_pd_src_e1.c
index a617f90ca2..cfb62764b2 100644
--- a/test/usb_tcpmv2_td_pd_src_e1.c
+++ b/test/usb_tcpmv2_td_pd_src_e1.c
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -38,8 +38,7 @@ int test_td_pd_src_e1(void)
* is not received from the Provider within 250 ms (tFirstSourceCap
* max) after VBus present.
*/
- TEST_EQ(verify_tcpci_tx_timeout(TCPCI_MSG_SOP, 0,
- PD_DATA_SOURCE_CAP,
+ TEST_EQ(verify_tcpci_tx_timeout(TCPCI_MSG_SOP, 0, PD_DATA_SOURCE_CAP,
250 * MSEC),
EC_SUCCESS, "%d");