Extend timeout waiting for router app

Change-Id: I96bb8b40575b5228b4adca1d78db70e4165f031e
diff --git a/comac-in-a-box/Makefile b/comac-in-a-box/Makefile
index c7c48c4..c367432 100644
--- a/comac-in-a-box/Makefile
+++ b/comac-in-a-box/Makefile
@@ -150,7 +150,7 @@
 	sudo ip addr add 119.0.0.4/24 dev s1u-enb || true
 	sudo ip link set s1u-enb up
 	kubectl apply -f $(RESOURCEDIR)/router.yaml
-	kubectl wait pod -n default --for=condition=Ready -l app=router --timeout=60s
+	kubectl wait pod -n default --for=condition=Ready -l app=router --timeout=300s
 	kubectl -n default exec router ip route add 16.0.0.0/8 via 13.1.1.3
 	kubectl delete net-attach-def sgi-net
 	touch $@