mirror of https://github.com/openXC7/prjxray.git
065b-gtp-pips: increase iter timeout
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
de9ce4ec28
commit
847f97ab17
|
|
@ -5,6 +5,7 @@
|
||||||
# https://opensource.org/licenses/ISC
|
# https://opensource.org/licenses/ISC
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: ISC
|
# SPDX-License-Identifier: ISC
|
||||||
|
|
||||||
export FUZDIR=$(shell pwd)
|
export FUZDIR=$(shell pwd)
|
||||||
PIP_TYPE?=gtp_common_mid_${XRAY_PART}
|
PIP_TYPE?=gtp_common_mid_${XRAY_PART}
|
||||||
PIP_FILE?=gtp_common_mid_ck_mux
|
PIP_FILE?=gtp_common_mid_ck_mux
|
||||||
|
|
@ -24,7 +25,7 @@ SEGMATCH_FLAGS=-c 3
|
||||||
SPECIMENS_DEPS=$(BUILD_DIR)/cmt_regions.csv
|
SPECIMENS_DEPS=$(BUILD_DIR)/cmt_regions.csv
|
||||||
A_PIPLIST=gtp_common_mid_ck_mux.txt
|
A_PIPLIST=gtp_common_mid_ck_mux.txt
|
||||||
|
|
||||||
CHECK_ARGS= --zero-entries --timeout-iters 5 --todo-dir $(BUILD_DIR)/todo
|
CHECK_ARGS= --zero-entries --timeout-iters 10 --todo-dir $(BUILD_DIR)/todo
|
||||||
|
|
||||||
include ../pip_loop.mk
|
include ../pip_loop.mk
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue