eclair/build-tfa-multiple.sh: Time build of each config

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: Iae513726126f0260ee8a5580f04395015edc5778
diff --git a/eclair/build-tfa-multiple.sh b/eclair/build-tfa-multiple.sh
index 6ca192e..3c8d006 100755
--- a/eclair/build-tfa-multiple.sh
+++ b/eclair/build-tfa-multiple.sh
@@ -10,5 +10,5 @@
     echo "============== ${TF_CONFIG} =============="
     . tf-a-ci-scripts/eclair/analyze_common2.sh
     detachLicense 3000
-    tf-a-ci-scripts/eclair/build-tfa.sh ${TF_CONFIG}
+    time tf-a-ci-scripts/eclair/build-tfa.sh ${TF_CONFIG}
 done