Skip to content

Commit

Permalink
Remove observer subscription trigger check
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi Xiao committed Apr 8, 2019
1 parent 3c16e33 commit a594059
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlchain/observer/observation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ func TestFullProcess(t *testing.T) {
time.Sleep(time.Second)
// trigger the db subscription
res, err := getJSON("v1/head/%v", dbID)
So(err, ShouldBeNil)

// wait for the observer to collect blocks
time.Sleep(conf.GConf.SQLChainPeriod * 5)
Expand Down

0 comments on commit a594059

Please sign in to comment.