Skip to content

Commit

Permalink
added a sleep for raw b2b systest
Browse files Browse the repository at this point in the history
  • Loading branch information
bortok committed Oct 24, 2023
1 parent b6298c3 commit 9768ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/systest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build otgen
run: cd ../../.. && go get && go mod tidy && go build && sudo mv otgen /usr/local/bin/otgen
- name: Setup testbed
run: make install network deploy
run: make install network deploy && sleep 5
- name: Test1 RUN with STDIN YAML
run: cat otg.yml | otgen --log debug run -k
- name: Test2 RUN with --api
Expand Down

0 comments on commit 9768ff4

Please sign in to comment.