X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=ef1949529fb1717a1cfb77b8dd21d8e0c00660fa;hb=6f692d6e5a8ffc920a728372ef773199bc5466c0;hp=f3c71b5137cd6f6c053af7aa719330d1aae4534c;hpb=ed6814b57f680fbf1f33ecc9fb8c3deb0e3fffba;p=vpp.git diff --git a/test/Makefile b/test/Makefile index f3c71b5137c..ef1949529fb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -23,6 +23,7 @@ $(PIP_INSTALL_DONE): $(PIP_PATCH_DONE): $(PIP_INSTALL_DONE) @echo --- patching --- + @sleep 1 # Ensure python recompiles patched *.py files -> *.pyc for f in $(CURDIR)/patches/scapy-2.3.3/*.patch ; do \ echo Applying patch: $$(basename $$f) ; \ patch -p1 -d $(SCAPY_SOURCE) < $$f ; \