Wait for small time to avoid timeout in specs tests (#2052)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-06-03 10:57:10 +05:30
committed by GitHub
parent e6c13057ce
commit 3a8af97eb9
2 changed files with 16 additions and 8 deletions
@@ -40,6 +40,9 @@ fission fn create --spec --name $fn --env $env --deploy "multifile/*" --entrypoi
log "Applying specs"
fission spec apply
log "Waiting for changes to reflect"
sleep 5
log "Checking function's existance"
fission fn list | grep $fn