Skip to content

Commit

Permalink
sleep longer
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <xxchan22f@gmail.com>
  • Loading branch information
xxchan committed Apr 17, 2024
1 parent f0f6716 commit e309ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_test/source_inline/kafka/consumer_group.slt
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ system ok

# We try to interfere by creating consumers that subscribing to the topic with the RW's group id.
system ok
./e2e_test/source_inline/kafka/consumer_group.mjs --mv mv list-groups | tr ',' '\\n' | xargs -P4 -n1 -I {} sh -c "timeout 10s rpk topic consume test_consumer_group -g {}" &
./e2e_test/source_inline/kafka/consumer_group.mjs --mv mv list-groups | tr ',' '\\n' | xargs -P4 -I {} sh -c "timeout 20s rpk topic consume test_consumer_group -g {}" &

# Wait a while for them to subscribe to the topic.
sleep 5s
sleep 10s

# The lag is changed to 0
system ok
Expand Down

0 comments on commit e309ef7

Please sign in to comment.