Skip to content

Commit

Permalink
Merge pull request #23 from mkouhei/Fail-TestWrite-in-tips-only
Browse files Browse the repository at this point in the history
Fixes failure of test write in tips only
  • Loading branch information
mkouhei committed Apr 27, 2015
2 parents f40c0ce + 716f37e commit 13c2296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestWrite(t *testing.T) {
e.parserSrc.parseLine([]byte(l), imptQ)
}
e.write(imptCh)
time.Sleep(time.Microsecond)
time.Sleep(time.Microsecond * 5)
_, err := os.Stat(e.tmpPath)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 13c2296

Please sign in to comment.